runtime.mheap.specialCleanupAlloc (field)

5 uses

	runtime (current package)
		mcleanup.go#L191: 	mheap_.specialCleanupAlloc.free(unsafe.Pointer(found))
		mheap.go#L207: 	specialCleanupAlloc    fixalloc // allocator for specialcleanup*
		mheap.go#L753: 	h.specialCleanupAlloc.init(unsafe.Sizeof(specialCleanup{}), nil, nil, &memstats.other_sys)
		mheap.go#L2042: 	s := (*specialCleanup)(mheap_.specialCleanupAlloc.alloc())
		mheap.go#L2398: 		mheap_.specialCleanupAlloc.free(unsafe.Pointer(sc))